Action Value Field Examples
The following table provides various example actions.
Action Examples
Action Subject |
Action Type |
Action Value |
Description |
---|---|---|---|
header.customername |
Add |
'ABCompany' |
Adds the "customername" header to the message with the value "ABCompany". |
header.customername |
Remove |
|
Deletes the header "customername" from the message. |
var.global.0 |
Modify |
header.user-agent |
Stores the content of the User‑agent header in a global variable. Note, the Modify action is executed on the variables (not the Add action). |
header.contact.param.company |
Add |
'ABCompany'+'Sales' |
Adds the parameter "company" to the Contact header with the values "ABCompany" and "Sales". |